//==============================================================================
define scythe
{
    set hotspot
    {
        version
        {
            Visual Attachments A Scythe
        }
    }
}

//==============================================================================
define flaming
{
	SetSelector
	{
	    techLogic none/Pickup Flaming Weapons Active
		set hotspot
        {
            version
            {
                Visual jimmy
            }
        }
		set hotspot
        {
            version
            {
                Visualparticle SFX Flame Character
            }
        }
    }
}

//==============================================================================
define hornboost
{
    Techlogic none/TG Horn VFX
	SetSelector
    {
	    set hotspot
        {
            version
            {
			    Visual jimmy
            }
		}
    }
	SetSelector
    {
	    set hotspot
        {
            version
            {
			    Visualparticle SFX Gjallarhorn Damage VFX
            }
		}
    }
}

//==============================================================================
define odysseusbonus
{
	SetSelector
	{
	    techLogic none/Bonus Odysseus
		set hotspot
        {
            version
            {
                Visual jimmy
            }
        }
		set hotspot
        {
            version
            {
                Visualparticle SFX Odysseus Bonus Ground Glow
            }
        }
    }
}

//==============================================================================
define rage
{
	SetSelector
	{
	    techLogic none/Loadout Rage
		set hotspot
        {
            version
            {
                Visual jimmy
            }
        }
		set hotspot
        {
            version
            {
                Visualparticle SFX Rage Effect
            }
        }
    }
}

//==============================================================================
define converted
{
    TechLogic none/Converted VFX
    set hotspot
    {
        version
        {
            Visualnone jimmy
        }
    }	  
    set hotspot
    {
        version
        {
            Visualparticle SFX Converted Unit
        }
    }
}

//==============================================================================
define convertedsparkle
{
    TechLogic none/Converted VFX
    set hotspot
    {
        version
        {
            Visualnone jimmy
        }
    }	  
    set hotspot
    {
        version
        {
            Visualparticle SFX Converted Unit Sparkle
        }
    }
}

//==============================================================================
define charm
{
    TechLogic none/Bonus Charm VFX
    set hotspot
    {
        version
        {
            Visualnone jimmy
        }
    }	  
    set hotspot
    {
        version
        {
            Visualparticle SFX Freyja Charm Heart
        }
    }
}

//==============================================================================
define mistbody
{
   TechLogic none/TG Frost Enemy 01/TG Frost Enemy 02/TG Frost Enemy 03/TG Frost Enemy 04/TG Frost Enemy Frozen/Pickup Frost Slow
   set hotspot
   {
      version
      {
         Visualnone jimmy
      }
   }	  
   set hotspot
   {
      version
      {
         Visualparticle SFX Frost Enemy Effect Moderate
      }
   }
   set hotspot
   {
      version
      {
         Visualparticle SFX Frost Enemy Effect Moderate
      }
   }
   set hotspot
   {
      version
      {
         Visualparticle SFX Frost Enemy Effect Moderate
      }
   }
   set hotspot
   {
      version
      {
         Visualparticle SFX Frost Enemy Effect Moderate
      }
   }
   set hotspot
   {
      version
      {
         Visualparticle SFX Frost Enemy Effect Moderate
      }
   }
   set hotspot
   {
      version
      {
         Visualparticle SFX Frost Enemy Effect Moderate
      }
   }
}

//==============================================================================
define eclipseSFX
{
    SetSelector
    {
		TechLogic none/Eclipse Active
		set hotspot
		{
			version
			{
			    Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
			    Visualparticle SFX A Eclipse Unit effect
			}
		}		    
    }
}

//==============================================================================
define greekbirthSFX
{
    set hotspot
    {
        version
        {
            VisualParticle SFX G Myth Unit Birth Effect
        }
    }
}

//============================================================================== 
anim Birth
{
    SetSelector
    {
	    set hotspot
        {
            version
            {
                Visual Special G Shade_BirthA
			    connect hotspot eclipseSFX hotspot
				connect righthand scythe hotspot
			    connect attachpoint birthrocks hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.6
            }
        }
    }
}

//==============================================================================
anim Idle
{
    SetSelector
    {
	    set hotspot
        {
            version
            {
                Visual Special G Shade_idleA
			    connect hotspot eclipseSFX hotspot
				connect righthand scythe hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
            }
        }
    }
}

//==============================================================================
anim bored
{
    SetSelector
    {
	    set hotspot
        {
            version
            {
                Visual Special G Shade_boredA
			    connect hotspot eclipseSFX hotspot
				connect righthand scythe hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
            }
        }
    }
}

//==============================================================================
anim RangedAttack
{
    SetSelector
    {
	    TechLogic none/TG Frost Enemy 01/TG Frost Enemy 02/TG Frost Enemy 03/TG Frost Enemy 04/TG Frost Enemy Frozen/Pickup Frost Slow
		set hotspot
        {
            version
            {
                Visual Special G Shade_attackA
                tag Attack 0.48 true   
                tag GenericSound 0.40 true  
			    connect hotspot eclipseSFX hotspot
				connect righthand scythe hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.3
            }
        }
		set hotspot
        {
            version
            {
                Visual Special G Shade_attackA
                tag Attack 0.48 true   
                tag GenericSound 0.40 true  
			    connect hotspot eclipseSFX hotspot
				connect righthand scythe hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.5
            }
        }
		set hotspot
        {
            version
            {
                Visual Special G Shade_attackA
                tag Attack 0.48 true   
                tag GenericSound 0.40 true  
			    connect hotspot eclipseSFX hotspot
				connect righthand scythe hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.6
            }
        }
		set hotspot
        {
            version
            {
                Visual Special G Shade_attackA
                tag Attack 0.48 true   
                tag GenericSound 0.40 true  
			    connect hotspot eclipseSFX hotspot
				connect righthand scythe hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.7
            }
        }
		set hotspot
        {
            version
            {
                Visual Special G Shade_attackA
                tag Attack 0.48 true   
                tag GenericSound 0.40 true  
			    connect hotspot eclipseSFX hotspot
				connect righthand scythe hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.8
            }
        }
		set hotspot
        {
            version
            {
                Visual Special G Shade_attackA
                tag Attack 0.48 true   
                tag GenericSound 0.40 true  
			    connect hotspot eclipseSFX hotspot
				connect righthand scythe hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.8
            }
        }
		set hotspot
        {
            version
            {
                Visual Special G Shade_attackA
                tag Attack 0.48 true   
                tag GenericSound 0.40 true  
			    connect hotspot eclipseSFX hotspot
				connect righthand scythe hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.8
            }
        }
    }
}

//==============================================================================
anim Walk
{
    SetSelector
    {
	    TechLogic none/TG Frost Enemy 01/TG Frost Enemy 02/TG Frost Enemy 03/TG Frost Enemy 04/TG Frost Enemy Frozen/Pickup Frost Slow
		set hotspot
        {
            version
            {
			    Visual Special G Shade_walkA
                connect righthand scythe hotspot
			    connect hotspot eclipseSFX hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
            }
        }
		set hotspot
        {
            version
            {
			    Visual Special G Shade_walkA
                connect righthand scythe hotspot
			    connect hotspot eclipseSFX hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.3
            }
        }
		set hotspot
        {
            version
            {
			    Visual Special G Shade_walkA
                connect righthand scythe hotspot
			    connect hotspot eclipseSFX hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.4
            }
        }
		set hotspot
        {
            version
            {
			    Visual Special G Shade_walkA
                connect righthand scythe hotspot
			    connect hotspot eclipseSFX hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.5
            }
        }
		set hotspot
        {
            version
            {
			    Visual Special G Shade_walkA
                connect righthand scythe hotspot
			    connect hotspot eclipseSFX hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.6
            }
        }
		set hotspot
        {
            version
            {
			    Visual Special G Shade_walkA
                connect righthand scythe hotspot
			    connect hotspot eclipseSFX hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.6
            }
        }
		set hotspot
        {
            version
            {
			    Visual Special G Shade_walkA
                connect righthand scythe hotspot
			    connect hotspot eclipseSFX hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
				length 1.6
            }
        }
    }
}

//==============================================================================
anim Flail
{
    SetSelector
    {
	    set hotspot
        {
            version
            {
                Visual Special G Shade_FlailA
                connect righthand scythe hotspot
			    connect hotspot eclipseSFX hotspot
//Debuff VFXs
			    Connect hotspot charm hotspot
			    Connect hotspot mistbody hotspot
				Connect hotspot converted hotspot
				Connect hotspot convertedsparkle hotspot
//VFXs
				Connect hotspot rage hotspot
				Connect hotspot flaming hotspot
				connect hotspot hornboost hotspot
				connect hotspot kastorbonus hotspot
				connect hotspot odysseusbonus hotspot
            }
        }
    }
}

//==============================================================================
anim Death
{
    SetSelector
    {
	    set hotspot
        {
            version
            {
			    Visual Special G Shade_deathA
			    connect righthand scythe hotspot
				length 1.0
            }
        }
    }
}
